Creating Videos
QuickPose supports creating three types of output video:
SDK Recording | OS Recording | Post Processing |
SDK Output
To record the video output without needing to prompt the user we suggest using the SDK output to create videos. Avoiding prompts is preferable in some use cases, but comes at a slight performance hit.
OS Screen Recording
Recording the screen using the OS is slightly better from a performance point of view, but it does require asking the user for permission up front, so this can be confusing or annoying depending on your use case.
Lag-free Post Processing
For lag free video generation, we suggest our post processing feature. By processing the frames after the event, all of your devices resources can be used to capture footage.
Lag-free 240fps video rendering
Checkout our Post Processing Docs, but note this might not be applicable for all use cases, say where the user requires continuous feedback.